home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / program / qlib205.zip / QLIB.ZIP / TXT / DEBUG.TXT < prev    next >
Text File  |  1997-03-14  |  315b  |  7 lines

  1. To debug just compile the program normally and then use: BUG <file>
  2. where file is the program EXE name.  This will use Watcom Debugger to
  3. debug your program.  There is a 'INT 3' placed just before main() is called
  4. from the startup code, so run the program normally and then step into
  5. the first CALL you see.
  6.  
  7.